home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 27 / develop issue 27 code / 3d game controls / source / aevt.h < prev    next >
Encoding:
Text File  |  1996-06-29  |  444 b   |  13 lines

  1. //--------------------------------------------------------------------------------------------
  2. //  Apple Event Declarations
  3. //
  4. //      by Philip McBride
  5. //
  6. //--------------------------------------------------------------------------------------------
  7.  
  8. Boolean         SupportsAEVT(void) ;
  9. void             DoHighLevelEvent(EventRecord *ev) ;
  10. void             MySendQuitApp( void ) ;
  11. void             MySendOpenDoc(FSSpec *myFSSpec) ;
  12. void             MySendPrintDoc(FSSpec *myFSSpec) ;
  13.